 @charset "UTF-8";
body.show a, body.show .transition, body.show .g-head .nav, .g-head body.show .nav, body.show .g-nav, body.show .g-nav .list a em, .g-nav .list a body.show em, body.show .g-nav .list a b, .g-nav .list a body.show b, body.show .g-nav .img-list li, .g-nav .img-list body.show li, body.show .g-search, body.show .faq-list li, .faq-list body.show li, body.show .faq-list li .name, .faq-list li body.show .name, body.show .g-foot .weixing .layer, .g-foot .weixing body.show .layer, body.show .indexFlash .dots span, .indexFlash .dots body.show span, body.show .video-layer, body.show .news .dots span, .news .dots body.show span, body.show .productShow .dots span, .productShow .dots body.show span, body.show .project .dots span, .project .dots body.show span, body.show .news .layer i.close, .news .layer body.show i.close, body.show .productShow .layer i.close, .productShow .layer body.show i.close, body.show .project .layer i.close, .project .layer body.show i.close, body.show .color-img .dots span, .color-img .dots body.show span, body.show .contact-form .form li .input, .contact-form .form li body.show .input, body.show .contact-form .form li .input input, .contact-form .form li .input body.show input, body.show .contact-form .form li .input textarea, .contact-form .form li .input body.show textarea, body.show .contact-form .submit div, .contact-form .submit body.show div, body.show .originality-list .list li .name, .originality-list .list li body.show .name, body.show #originality .svg-box dl.btn dd em, #originality .svg-box dl.btn dd body.show em, body.show #originality .side, #originality body.show .side, body.show :before, body.show img, body.show .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .faq-list li .name, .scroll-news li .name, .color-list a .name, #originality .side .list a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-head .nav ul, .g-head .side, .g-nav .list a, .g-foot .list li, .g-foot .weixing, .indexFlash .dots, .search-msg .btn ul, .p-title .list ul, .scroll-news li, .video-layer, .about li .img li, .news .dots, .productShow .dots, .project .dots, .news .layer, .productShow .layer, .project .layer, #color .side a, .color-img .dots, .contact .list li .name, .originality-nav-2 ul, .originality-nav-2 a, .originality-list .list li .name, #originality .svg-box dl.btn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .indexFlash li .layer, .index-product li a.name, .index-color .list li a.name, .index-color .list li.more a, .about li .container, .originality li a.name, .down li .col, #originality .loading {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .g-head .side, .g-nav .list a, .g-foot .list li, .g-foot .weixing, .indexFlash li .layer, .index-product li a.name, .index-color .list li a.name, .index-color .list li.more a, .index-case, .scroll-news li, .video-layer, .about li .img li, .news .layer, .productShow .layer, .project .layer, .originality li a.name, #color .side a, .down li .col, .originality-list .list li .name, #originality .loading {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash li .layer, .index-product li a.name, .index-color .list li a.name, .index-color .list li.more a, .video-layer, .about li .container, .news .layer, .productShow .layer, .project .layer, .originality-nav ul, .originality li a.name, .down li .col, .originality-list .list li .name, #originality .loading {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .index-product, .index-product ul.ul-3, .index-ideas .list ul, .index-case, .news, .productShow .wal, .color-show, .project .wal, .contact-form .form ul, .down li {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .link ul, .index-product, .index-product ul.ul-3, .index-ideas .list ul, .index-color .list ul, .index-case, .about li .img ul, .about-1 ul, .news, .productShow .wal, .originality-nav ul, .originality ul, .color-list ul, .color-show, .project .wal, .contact .list ul, .contact-form .form ul, .down li, #originality .side .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 1; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #e8380d;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Medium_1.woff2") format("woff2"), url("fonts/Oswald-Medium_1.woff") format("woff"), url("fonts/Oswald-Medium_1.ttf") format("truetype"), url("fonts/Oswald-Medium_1.eot") format("embedded-opentype"), url("fonts/Oswald-Medium_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Monoton-Regular";
  src: url("fonts/Monoton-Regular.woff2") format("woff2"), url("fonts/Monoton-Regular.woff") format("woff"), url("fonts/Monoton-Regular.ttf") format("truetype"), url("fonts/Monoton-Regular.eot") format("embedded-opentype"), url("fonts/Monoton-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.g-headD {
  height: 0.61rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: #f1f1f1 solid 1px; }
  .g-head .wal {
    min-height: 0.61rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.4rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head .nav {
    position: absolute;
    z-index: 10;
    left: 2.17rem;
    right: auto;
    top: 0;
    bottom: auto; }
    .g-head .nav a.name {
      display: block;
      height: 0.61rem;
      line-height: 0.61rem;
      margin-right: .48rem;
      font-size: .16rem;
      color: #666;
      position: relative; }
      .g-head .nav a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: .04rem;
        background: #4d4d4d; }
      .g-head .nav a.name:hover:before, .g-head .nav a.name.on:before {
        left: 0;
        width: 100%; }
  .g-head .side {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: .16rem;
    color: #999; }
    .g-head .side div {
      margin-left: .36rem; }
    .g-head .side div.navA {
      width: .22rem;
      height: .22rem;
      background: url("../image/img22.png") center no-repeat;
      background-size: 100%;
      cursor: pointer; }
    .g-head .side div.search {
      width: .22rem;
      height: .22rem;
      background: url("../image/img22_2.png") center no-repeat;
      background-size: 100%;
      cursor: pointer; }
    .g-head .side div.btn em {
      padding: 0 2px; }
    .g-head .side div.btn a {
      color: #999; }
      .g-head .side div.btn a:hover, .g-head .side div.btn a.on {
        color: #333; }

.g-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0.61rem;
  right: 0;
  bottom: 0;
  background: #ededed;
  opacity: 0;
  visibility: hidden; }
  .g-nav .wal {
    min-height: 50vh;
    position: relative;
    display: none; }
  .g-nav .list {
    padding: 1rem 0;
    max-width: 4.5rem; }
    .g-nav .list a {
      height: .6rem;
      font-size: .28rem;
      text-transform: uppercase;
      color: #333; }
      .g-nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        position: static;
        width: 0;
        height: .04rem;
        margin-right: 0;
        background: #333; }
      .g-nav .list a em, .g-nav .list a span {
        font-family: 'Oswald'; }
      .g-nav .list a b {
        padding-left: 0;
        opacity: 0; }
    .g-nav .list a.on:before {
      width: .55rem;
      margin-right: .13rem; }
    .g-nav .list a.on em {
      color: #e8380d; }
    .g-nav .list a.on b {
      padding-left: .2rem;
      opacity: 1; }
  .g-nav .img-list li {
    width: 7.22rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden; }
    .g-nav .img-list li .name {
      height: 1.2rem;
      text-align: right;
      font-family: 'Oswald';
      padding-top: .8rem;
      font-size: .16rem;
      text-transform: uppercase;
      letter-spacing: .38rem;
      position: relative;
      left: .38rem; }
      .g-nav .img-list li .name em {
        color: #e8380d; }
    .g-nav .img-list li.on {
      opacity: 1;
      visibility: visible; }

body.navShow .g-head .nav {
  opacity: 0;
  visibility: hidden; }
body.navShow .g-head .side div.navA {
  background-image: url("../image/img22on.png"); }
body.navShow .g-nav {
  opacity: 1;
  visibility: visible; }
  body.navShow .g-nav .wal {
    display: block; }

.g-search {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0.61rem;
  right: 0;
  bottom: 0;
  background: #ededed;
  opacity: 0;
  visibility: hidden; }
  .g-search .title {
    padding: .55rem 0 .4rem 0;
    text-transform: uppercase;
    font-size: .45rem;
    font-family: 'Oswald';
    letter-spacing: .08rem; }
    .g-search .title span {
      color: #e8380d; }
  .g-search .form {
    border-bottom: #999 solid .02rem;
    position: relative; }
    .g-search .form .input input {
      width: 100%;
      height: .78rem;
      line-height: .78rem;
      font-size: .18rem;
      letter-spacing: .04rem;
      color: #999; }
    .g-search .form .submit {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: .36rem;
      background: url("../image/img36.png") center no-repeat;
      background-size: 100%; }
      .g-search .form .submit input {
        width: 100%;
        height: .78rem;
        cursor: pointer; }
  .g-search .scroll {
    margin-top: .4rem;
    height: 4.5rem;
    overflow: hidden;
    position: relative; }
  .g-search .faq-list {
    padding-right: .4rem; }

body.searchShow .g-head .nav {
  opacity: 0;
  visibility: hidden; }
body.searchShow .g-head .side div.search {
  background-image: url("../image/img22on.png"); }
body.searchShow .g-search {
  opacity: 1;
  visibility: visible; }

.foot-title {
  padding: .5rem 0 .4rem 0; }
  .foot-title h2 {
    position: relative;
    font-size: .28rem;
    padding-bottom: .25rem; }
    .foot-title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: .54rem;
      background: #999; }

.faq-list li {
  padding-bottom: 0; }
  .faq-list li .name {
    font-size: .18rem;
    color: #666;
    height: .4rem;
    line-height: .4rem;
    cursor: pointer;
    padding-left: .2rem;
    position: relative; }
    .faq-list li .name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: .06rem;
      height: .18rem;
      background: #999;
      margin-top: -.09rem; }
  .faq-list li .content {
    display: none;
    background: #fff;
    padding: .24rem .2rem;
    font-size: .14rem;
    line-height: .23rem;
    text-align: justify;
    color: #666; }
.faq-list li.on {
  padding-bottom: .2rem; }
  .faq-list li.on .name {
    color: #e8380d; }
    .faq-list li.on .name:before {
      background: #e8380d; }

.g-foot {
  background: #f1f1f1; }
  .g-foot .wal {
    min-height: 2.1rem;
    position: relative; }
  .g-foot .list {
    padding: .3rem 0 .15rem 0; }
    .g-foot .list li {
      height: .32rem;
      font-size: .16rem;
      color: #666; }
      .g-foot .list li img {
        width: .27rem;
        margin-right: .12rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0; }
  .g-foot .link {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto;
    font-weight: 600;
    line-height: .32rem; }
    .g-foot .link li {
      padding-left: .37rem; }
    .g-foot .link a {
      font-size: .16rem;
      color: #666; }
      .g-foot .link a:hover {
        color: #e8380d; }
  .g-foot .msg {
    font-size: .12rem;
    line-height: .18rem;
    color: #999; }
  .g-foot .weixing {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.76rem;
    bottom: auto; }
    .g-foot .weixing .name {
      font-size: .14rem;
      padding-right: .15rem;
      color: #666; }
    .g-foot .weixing img.ico {
      width: .48rem;
      position: relative;
      z-index: 11; }
    .g-foot .weixing .layer {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.185rem;
      top: auto;
      bottom: 50%;
      background: url("../image/img85.png") center top no-repeat;
      background-size: 100%;
      width: .85rem;
      height: 1rem;
      padding: .05rem;
      opacity: 0;
      visibility: hidden; }
    .g-foot .weixing.on .layer {
      opacity: 1;
      visibility: visible;
      bottom: 100%; }

a.topA {
  display: block;
  position: fixed;
  z-index: 20;
  right: .3rem;
  bottom: 1.2rem;
  background: url("../image/topA.png") center no-repeat;
  background-size: 100%;
  width: .54rem;
  height: .54rem;
  opacity: 0;
  visibility: hidden; }
  a.topA.show {
    opacity: 1;
    visibility: visible; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    min-height: 7rem;
    background: center no-repeat;
    background-size: cover;
    position: relative; }
    .indexFlash li .img {
      display: none; }
    .indexFlash li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-align: center; }
    .indexFlash li .layer-1 h2 {
      width: 5.53rem; }
    .indexFlash li .layer-1 h3 {
      width: 2.9rem;
      padding-top: .6rem; }
    .indexFlash li .layer-1 a.video-btn {
      width: 1rem;
      margin-top: .45rem; }
    .indexFlash li .layer-2 {
      color: #efefef; }
      .indexFlash li .layer-2 h2 img {
        height: .4rem; }
      .indexFlash li .layer-2 h3 {
        font-weight: 400;
        font-size: .27rem;
        line-height: 1em;
        padding-top: .12rem;
        letter-spacing: .02rem; }
      .indexFlash li .layer-2 p {
        font-size: .48rem;
        line-height: .62rem;
        padding: .35rem 0 .55rem 0;
        letter-spacing: .02rem; }
      .indexFlash li .layer-2 a.btn {
        width: 1.7rem;
        height: .4rem;
        line-height: .4rem;
        background: #efefef;
        font-size: .18rem;
        color: #000;
        letter-spacing: .1rem;
        padding-left: .1rem; }
        .indexFlash li .layer-2 a.btn:hover {
          background: #000;
          color: #fff; }
  .indexFlash a.arrow {
    display: block;
    width: .7rem;
    height: .7rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem;
    background: rgba(255, 255, 255, 0.5) center no-repeat;
    background-size: .3rem; }
    .indexFlash a.arrow:hover {
      background-color: #e8380d; }
    .indexFlash a.arrow.prev {
      background-image: url("../image/prev30.png");
      left: 9%; }
    .indexFlash a.arrow.next {
      background-image: url("../image/next30.png");
      right: 9%; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.3rem;
    margin-left: -6rem; }
    .indexFlash .dots span {
      width: .19rem;
      height: .19rem;
      border: #fff solid .02rem;
      background: #cfcfcf;
      margin-right: .15rem; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background: #333; }

.index-product {
  padding: .5rem 0 .35rem 0; }
  .index-product li {
    padding-bottom: .15rem;
    position: relative; }
    .index-product li .img {
      background: center no-repeat;
      background-size: cover;
      height: 2.58rem; }
    .index-product li a.name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0.15rem;
      background: rgba(255, 255, 255, 0.8);
      font-size: .18rem;
      color: #333;
      opacity: 0; }
      .index-product li a.name span {
        text-transform: uppercase;
        padding-left: .08rem;
        letter-spacing: .08rem;
        font-family: 'Oswald'; }
      .index-product li a.name h3 {
        font-size: .28rem;
        padding-top: .05rem; }
    .index-product li:hover a.name {
      opacity: 1; }
  .index-product ul.ul-1 {
    width: 7.97rem; }
    .index-product ul.ul-1 .img {
      height: 5.31rem; }
  .index-product ul.ul-2 {
    width: 3.89rem; }
  .index-product ul.ul-3 {
    width: 100%; }
    .index-product ul.ul-3 li {
      width: 5.93rem; }
      .index-product ul.ul-3 li .img {
        height: 3.95rem; }
    .index-product ul.ul-3 li.more .img {
      background: #f1f1f1; }
    .index-product ul.ul-3 li.more a.name {
      opacity: 1;
      background: none;
      left: .2rem;
      top: .2rem;
      right: .2rem;
      bottom: .35rem;
      border: #c5c5c5 solid .02rem;
      color: #666; }
      .index-product ul.ul-3 li.more a.name img {
        width: .61rem; }
      .index-product ul.ul-3 li.more a.name span {
        padding-top: .2rem; }
    .index-product ul.ul-3 li.more:hover a.name {
      color: #333; }
      .index-product ul.ul-3 li.more:hover a.name img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }

.index-title {
  text-align: center; }
  .index-title span {
    text-transform: uppercase;
    padding-left: .08rem;
    letter-spacing: .08rem;
    font-family: 'Oswald';
    font-size: .24rem; }
  .index-title h2 {
    font-size: .36rem;
    padding: .06rem 0 .2rem 0; }
  .index-title p {
    font-size: .16rem;
    letter-spacing: 1em;
    padding-left: 1em; }

.index-ideas {
  position: relative; }
  .index-ideas .bg-list li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    opacity: 0; }
    .index-ideas .bg-list li.show {
      opacity: 1; }
  .index-ideas .container {
    min-height: 6rem;
    position: relative;
    text-align: center;
    color: #fff; }
  .index-ideas .index-title {
    color: #fff;
    padding: 1.3rem 0 .55rem 0; }
  .index-ideas .list {
    max-width: 9.1rem;
    margin: 0 auto; }
    .index-ideas .list li {
      width: 1.13rem; }
      .index-ideas .list li a {
        display: block;
        height: 1.8rem;
        padding-top: .45rem;
        font-size: .18rem;
        color: #fff; }
        .index-ideas .list li a .ico {
          width: .6rem;
          margin: 0 auto;
          position: relative;
          height: .7rem; }
          .index-ideas .list li a .ico img:nth-child(2) {
            position: absolute;
            z-index: 10;
            left: 0;
            right: auto;
            top: 0;
            bottom: auto;
            opacity: 0; }
      .index-ideas .list li.on a {
        background: rgba(255, 255, 255, 0.8);
        color: #333; }
        .index-ideas .list li.on a .ico img:nth-child(1) {
          opacity: 0; }
        .index-ideas .list li.on a .ico img:nth-child(2) {
          opacity: 1; }

.index-color {
  padding-bottom: .5rem; }
  .index-color .index-title {
    padding: .45rem 0 .2rem 0; }
  .index-color .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-color .list ul {
      margin-left: -.14rem; }
    .index-color .list li {
      width: 20%;
      padding: 0 0 .2rem .14rem;
      border-bottom: #ccc solid 1px;
      position: relative; }
      .index-color .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -1px;
        height: .05rem;
        background: #333;
        visibility: hidden; }
      .index-color .list li .img {
        position: relative;
        height: 3.6rem;
        background: center no-repeat; }
        .index-color .list li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: .6rem;
          background: #fff; }
      .index-color .list li a.name {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        z-index: 10;
        left: 0.14rem;
        right: 0;
        top: 0;
        bottom: 0.2rem;
        opacity: 0;
        font-size: .24rem;
        padding-top: 0; }
        .index-color .list li a.name span {
          width: 1em;
          line-height: .38rem;
          color: #333;
          padding: .12rem 0; }
        .index-color .list li a.name:before, .index-color .list li a.name:after {
          content: "";
          display: block;
          position: absolute;
          position: static;
          width: .23rem;
          height: 2px;
          background: #333; }
    .index-color .list li:hover:before {
      left: .14rem;
      right: 0;
      visibility: visible; }
    .index-color .list li:hover .img:before {
      height: 0; }
    .index-color .list li:hover a.name {
      opacity: 1;
      padding-top: .6rem; }
    .index-color .list li.more .img {
      background: #f1f1f1; }
    .index-color .list li.more a {
      position: absolute;
      z-index: 10;
      left: 0.24rem;
      right: 0.1rem;
      top: 0.7rem;
      bottom: 0.3rem;
      border: #999 solid 1px;
      font-size: .14rem;
      color: #666; }
      .index-color .list li.more a img {
        width: .34rem; }
      .index-color .list li.more a em {
        font-size: .12rem;
        text-transform: uppercase;
        font-family: 'Oswald';
        letter-spacing: .12rem;
        padding: .25rem 0 .04rem .12rem; }
    .index-color .list li.more:hover .img:before {
      height: .6rem; }
    .index-color .list li.more:hover a img {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

a.g-more {
  display: block;
  position: relative;
  width: 1.2rem;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: .14rem;
  letter-spacing: .06rem;
  padding-left: .06rem;
  color: #333; }
  a.g-more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px; }
  a.g-more:hover:before {
    left: -.1rem;
    right: -.1rem; }

.index-case {
  background: #f1f1f1; }
  .index-case .col {
    width: 50%;
    padding: .3rem 1rem; }
  .index-case .index-title {
    text-align: left; }
    .index-case .index-title span {
      padding-left: 0; }
  .index-case .content {
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    min-height: 1.6rem;
    padding-bottom: .2rem; }
  .index-case .img {
    width: 50%; }

/*page*/
.p-bg {
  background: #ededed;
  min-height: 2rem; }

.search-msg {
  background: #f1f1f1; }
  .search-msg .wal {
    min-height: .8rem;
    line-height: .8rem;
    font-size: .18rem;
    font-weight: bold;
    position: relative; }
  .search-msg .btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .search-msg .btn li {
      margin-left: .45rem; }
    .search-msg .btn a {
      display: block;
      height: .8rem;
      position: relative;
      color: #666; }
      .search-msg .btn a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: .04rem;
        background: #4d4d4d; }
      .search-msg .btn a:hover, .search-msg .btn a.on {
        color: #333; }
        .search-msg .btn a:hover:before, .search-msg .btn a.on:before {
          left: 0;
          width: 100%; }

.p-title {
  background: #f1f1f1; }
  .p-title .wal {
    min-height: .8rem;
    line-height: .8rem;
    position: relative; }
  .p-title h3 {
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: .24rem;
    letter-spacing: 1em;
    font-weight: 100; }
  .p-title h2 {
    font-size: .28rem; }
  .p-title .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    padding: 0 .3rem; }
    .p-title .list .list-wrapper {
      width: 3rem;
      overflow: hidden;
      position: relative; }
    .p-title .list li {
      text-align: center; }
      .p-title .list li a {
        display: inline-block;
        height: .8rem;
        font-size: .14rem;
        font-family: 'Oswald';
        color: #a0a0a0;
        padding: 0 .3rem;
        background: url("../image/img3.png") 0.18rem center no-repeat;
        background-size: .03rem; }
        .p-title .list li a:hover, .p-title .list li a.on {
          color: #333; }
    .p-title .list .arrow a {
      display: block;
      height: .4rem;
      background: rgba(0, 0, 0, 0.3) center no-repeat;
      background-size: .1rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.2rem;
      width: .22rem; }
      .p-title .list .arrow a:hover {
        background-color: rgba(0, 0, 0, 0.8); }
      .p-title .list .arrow a.prev {
        background-image: url("../image/prev20.png");
        left: 0; }
      .p-title .list .arrow a.next {
        background-image: url("../image/next20.png");
        right: 0; }

.scroll-news {
  position: relative;
  height: .53rem;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
  padding: 0 .4rem;
  background: url("../image/img18.png") left center no-repeat;
  background-size: .18rem; }
  .scroll-news li {
    line-height: .52rem;
    font-size: .14rem;
    color: #999; }
    .scroll-news li .time {
      font-size: .16rem;
      font-family: 'Oswald'; }
    .scroll-news li .time, .scroll-news li a {
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
    .scroll-news li .name {
      padding: 0 .15rem 0 .2rem;
      height: .52rem; }
  .scroll-news .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: .17rem; }
    .scroll-news .arrow:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      height: .02rem;
      margin-top: -.01rem;
      background: #e7e7e7; }
    .scroll-news .arrow a {
      display: block;
      height: .26rem;
      background: center no-repeat;
      background-size: 100%;
      opacity: .6; }
      .scroll-news .arrow a:hover {
        opacity: 1; }
      .scroll-news .arrow a.prev {
        background-image: url("../image/prev17.png"); }
      .scroll-news .arrow a.next {
        background-image: url("../image/next17.png"); }

.video-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .video-layer.show {
    opacity: 1;
    visibility: visible; }
  .video-layer .container {
    width: 8.2rem;
    background: none;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    padding: .5rem .3rem .3rem; }
    .video-layer .container video {
      width: 100%; }
  .video-layer a.close {
    display: block;
    width: .5rem;
    height: .5rem;
    background: url("../image/close30_1.png") center no-repeat;
    background-size: .24rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .video-layer a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

.about {
  padding-top: .6rem; }
  .about li {
    position: relative; }
    .about li .img {
      background: center no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0;
      bottom: auto;
      width: 50%;
      height: 100%; }
      .about li .img .video {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        width: 2rem; }
        .about li .img .video:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: url("../image/img60.png") center no-repeat;
          background-size: .6rem; }
      .about li .img ul {
        max-width: 6rem;
        margin-left: auto;
        padding-top: .2rem; }
      .about li .img li {
        width: 50%;
        height: 1rem; }
        .about li .img li img {
          max-height: .63rem; }
        .about li .img li:nth-child(7) img {
          max-height: .74rem; }
    .about li .container {
      min-height: 5.41rem;
      width: 4.8rem; }
      .about li .container .name {
        position: relative;
        font-size: .28rem;
        padding-bottom: .55rem; }
        .about li .container .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .26rem;
          width: .54rem;
          height: 1px;
          background: #999; }
      .about li .container .content {
        font-size: .14rem;
        line-height: .26rem;
        text-align: justify;
        color: #666; }
  .about li:nth-child(even) .img {
    left: 0; }
  .about li:nth-child(even) .container {
    margin-left: auto; }

.about-1 li {
  width: 20%;
  text-align: center;
  min-height: 2.4rem;
  padding-top: .52rem; }
  .about-1 li .img img {
    height: 1.02rem; }
  .about-1 li .name {
    font-size: .14rem;
    line-height: .18rem;
    color: #999;
    padding: .26rem 0 .18rem 0; }
.about-1 li:nth-child(even) {
  background: #f1f1f1; }

.news .arrow a, .productShow .arrow a, .project .arrow a {
  display: block;
  width: .36rem;
  height: 1.06rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.53rem;
  background: rgba(0, 0, 0, 0.6) center no-repeat;
  background-size: .2rem; }
  .news .arrow a:hover, .productShow .arrow a:hover, .project .arrow a:hover {
    background-color: #e8380d; }
  .news .arrow a.prev, .productShow .arrow a.prev, .project .arrow a.prev {
    background-image: url("../image/prev20.png");
    left: 0; }
  .news .arrow a.next, .productShow .arrow a.next, .project .arrow a.next {
    background-image: url("../image/next20.png");
    right: 0; }
.news .dots, .productShow .dots, .project .dots {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  right: auto;
  top: auto;
  bottom: 0.2rem; }
  .news .dots span, .productShow .dots span, .project .dots span {
    width: .19rem;
    height: .19rem;
    border: #fff solid .02rem;
    background: #cfcfcf;
    margin-right: .15rem; }
  .news .dots span.swiper-pagination-bullet-active, .productShow .dots span.swiper-pagination-bullet-active, .project .dots span.swiper-pagination-bullet-active {
    background: #333; }
.news .layer, .productShow .layer, .project .layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .news .layer video, .productShow .layer video, .project .layer video {
    width: 100%;
    max-height: 100%;
    max-width: 100%; }
  .news .layer i.close, .productShow .layer i.close, .project .layer i.close {
    display: block;
    background: url("../image/close.png") center no-repeat;
    background-size: .26rem;
    width: .4rem;
    height: .4rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .news .layer i.close:hover, .productShow .layer i.close:hover, .project .layer i.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .news .layer.show, .productShow .layer.show, .project .layer.show {
    visibility: visible;
    opacity: 1; }

.news {
  padding: .6rem .6rem .6rem 0; }
  .news .list {
    width: 7.83rem; }
    .news .list .row {
      border-bottom: #999 solid 1px;
      margin-bottom: .6rem; }
      .news .list .row:last-child {
        margin: 0; }
    .news .list .img-list {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .news .list .img-list li {
        position: relative; }
        .news .list .img-list li i.btn {
          display: block;
          background: url("../image/img100.png") center no-repeat;
          background-size: 1rem;
          position: absolute;
          z-index: 10;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
    .news .list h3.name {
      font-size: .18rem;
      padding-top: .22rem; }
      .news .list h3.name a em {
        color: #e8380d; }
    .news .list .time {
      font-size: .14rem;
      color: #999;
      line-height: .5rem;
      padding-left: .27rem;
      background: url("../image/img18_1.png") left center no-repeat;
      background-size: .18rem; }
    .news .list .content {
      font-size: .14rem;
      line-height: .23rem;
      text-align: justify;
      color: #666;
      padding-bottom: .55rem; }
      .news .list .content em {
        color: #e8380d; }
  .news .side-list {
    width: 2.54rem; }
    .news .side-list h2 {
      font-size: .16rem;
      margin-top: -.03rem; }
    .news .side-list .msg {
      font-size: .14rem;
      color: #666;
      padding: .05rem 0 .26rem 0; }
    .news .side-list li {
      padding-bottom: .1rem;
      position: relative; }
      .news .side-list li .ewm {
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 0.45rem;
        background: #fff;
        padding: .04rem;
        border: #ccc solid .02rem;
        width: 1rem;
        margin-left: -.5rem; }

.productShow {
  position: relative; }
  .productShow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.6rem;
    background: #f1f1f1; }
  .productShow .wal {
    min-height: 5rem;
    position: relative;
    padding-bottom: .6rem;
    align-items: flex-end;
    -webkit-align-items: flex-end; }
  .productShow .title {
    width: 7.97rem;
    margin-bottom: .4rem;
    border-bottom: #999 solid 1px;
    padding: .35rem 0;
    min-height: 1.5rem; }
    .productShow .title h2 {
      font-size: .28rem;
      padding-bottom: .08rem; }
    .productShow .title span {
      font-family: 'Oswald';
      text-transform: uppercase;
      font-size: .18rem;
      letter-spacing: .1rem; }
  .productShow a.close {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.4rem;
    bottom: auto;
    width: .3rem;
    height: .3rem;
    background: url("../image/close30.png") center no-repeat;
    background-size: 100%; }
    .productShow a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .productShow .img-list {
    width: 7.97rem;
    overflow: hidden;
    position: relative; }
    .productShow .img-list li {
      position: relative; }
    .productShow .img-list .video {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      width: 1.6rem; }
      .productShow .img-list .video:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../image/img100.png") center no-repeat;
        background-size: .58rem; }
  .productShow .col {
    width: 3.5rem;
    color: #666; }
    .productShow .col .scroll {
      height: 4.25rem;
      overflow: hidden;
      position: relative; }
    .productShow .col .name {
      font-size: .2rem;
      padding-bottom: .25rem; }
    .productShow .col .content {
      font-size: .14rem;
      line-height: .24rem;
      text-align: justify;
      padding-right: .25rem; }

.originality-nav {
  background: #e7e7e7; }
  .originality-nav li {
    width: 1.56rem; }
  .originality-nav a {
    display: block;
    height: 1.3rem;
    font-size: .16rem;
    color: #999;
    padding-top: .2rem;
    text-align: center;
    position: relative; }
    .originality-nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: .16rem;
      background: url("../image/img16.png") center no-repeat;
      background-size: auto 100%;
      opacity: 0; }
    .originality-nav a .ico {
      width: .6rem;
      margin: 0 auto;
      height: .7rem; }
      .originality-nav a .ico img {
        opacity: .5; }
    .originality-nav a:hover, .originality-nav a.on {
      color: #333; }
      .originality-nav a:hover .ico img, .originality-nav a.on .ico img {
        opacity: 1; }
    .originality-nav a.on:before {
      opacity: 1; }

.project-nav li {
  width: 2.16rem; }

.originality {
  padding: .6rem 0 .45rem 0; }
  .originality ul {
    margin-left: -.15rem; }
  .originality li {
    padding: 0 0 .15rem .15rem;
    position: relative;
    width: 50%; }
    .originality li a.name {
      position: absolute;
      z-index: 10;
      left: 0.15rem;
      right: 0;
      top: 0;
      bottom: 0.15rem;
      background: rgba(255, 255, 255, 0.8);
      font-size: .18rem;
      color: #333;
      opacity: 0; }
      .originality li a.name span {
        text-transform: uppercase;
        padding-left: .12rem;
        letter-spacing: .12rem;
        font-family: 'Oswald'; }
      .originality li a.name h3 {
        font-size: .28rem;
        padding-top: .05rem; }
    .originality li:hover a.name {
      opacity: 1; }

#color {
  position: relative;
  min-height: 5rem;
  padding-left: 2.15rem; }
  #color .side {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.6rem;
    bottom: auto;
    width: 1.55rem; }
    #color .side li {
      border-bottom: #e2e2e2 solid 1px; }
      #color .side li:last-child {
        border: 0; }
    #color .side a {
      height: .58rem;
      position: relative;
      padding-left: .1rem;
      font-size: .13rem;
      color: #666; }
      #color .side a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .1rem;
        bottom: 0;
        background: url("../image/img9.png") center no-repeat;
        background-size: 100%;
        width: .09rem; }
      #color .side a img {
        width: .36rem;
        margin-right: .16rem; }
      #color .side a:hover, #color .side a.on {
        background: #e7e7e7; }
  #color .color-list {
    padding-bottom: .1rem; }
    #color .color-list ul {
      margin-left: -.48rem; }
    #color .color-list li {
      width: 25%;
      padding: 0 0 .5rem .48rem; }

.color-list {
  padding: .6rem 0 .35rem 0; }
  .color-list ul {
    margin-left: -.37rem; }
  .color-list li {
    width: 20%;
    padding: 0 0 .25rem .37rem; }
  .color-list a {
    display: block;
    border: #ccc solid 1px;
    background: #fff; }
    .color-list a .img {
      padding: .13rem;
      border-bottom: #ccc solid 1px;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .color-list a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: #fff solid .13rem;
        z-index: 10; }
      .color-list a .img img {
        width: 100%; }
    .color-list a .name {
      height: .5rem;
      line-height: .5rem;
      padding: 0 .13rem;
      font-size: .14rem;
      color: #666; }
      .color-list a .name em {
        color: #e8380d; }
    .color-list a:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.color-img {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .color-img li img {
    width: 100%; }
  .color-img a.arrow {
    display: block;
    width: .7rem;
    height: .7rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem;
    background: rgba(0, 0, 0, 0.5) center no-repeat;
    background-size: .3rem; }
    .color-img a.arrow:hover {
      background-color: #e8380d; }
    .color-img a.arrow.prev {
      background-image: url("../image/prev30.png");
      left: 9%; }
    .color-img a.arrow.next {
      background-image: url("../image/next30.png");
      right: 9%; }
  .color-img .dots {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0.3rem;
    margin-right: -6rem; }
    .color-img .dots span {
      width: .19rem;
      height: .19rem;
      border: #fff solid .02rem;
      background: #cfcfcf;
      margin-left: .15rem; }
    .color-img .dots span.swiper-pagination-bullet-active {
      background: #333; }

.color-show {
  padding: 1.4rem 0 .8rem 0;
  position: relative;
  min-height: 3rem; }
  .color-show a.close {
    display: block;
    background: url("../image/close30.png") center no-repeat;
    background-size: 100%;
    width: .3rem;
    height: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto; }
    .color-show a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .color-show .col {
    width: 3.1rem; }
    .color-show .col h2.name {
      font-size: .28rem;
      padding-bottom: .38rem;
      border-bottom: #ccc solid 1px; }
    .color-show .col .list {
      padding: .38rem 0;
      font-size: .14rem;
      line-height: 2em;
      color: #666; }
      .color-show .col .list li {
        position: relative;
        padding-left: .85rem; }
        .color-show .col .list li b {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
  .color-show .img {
    width: 50%;
    max-width: 3rem; }

.project .row {
  border-bottom: #ccc solid 1px; }
  .project .row:last-child {
    border: 0; }
.project .wal {
  padding: .6rem 0; }
  .project .wal .col {
    width: 3.15rem; }
    .project .wal .col h2.name {
      font-size: .22rem;
      padding-bottom: .22rem;
      border-bottom: #ccc solid 1px; }
      .project .wal .col h2.name a em {
        color: #e8380d; }
    .project .wal .col .info {
      padding: .2rem 0;
      font-size: .14rem;
      line-height: 2em;
      color: #666; }
      .project .wal .col .info li {
        position: relative;
        padding-left: .8rem; }
      .project .wal .col .info b {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
  .project .wal .img-list {
    width: 7.98rem;
    overflow: hidden;
    position: relative; }
  .project .wal .big-img {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .project .wal .small-img {
    padding-top: .2rem;
    width: 7.52rem;
    overflow: hidden;
    position: relative; }
    .project .wal .small-img li {
      padding-right: .04rem; }

.contact {
  position: relative;
  padding: .5rem 0 0 0;
  min-height: 5rem; }
  .contact .list li {
    width: 50%;
    min-height: 2.9rem; }
    .contact .list li:nth-child(1) {
      width: 100%;
      min-height: 3.5rem; }
    .contact .list li .name {
      align-items: flex-end;
      -webkit-align-items: flex-end;
      height: .9rem;
      cursor: pointer; }
      .contact .list li .name:after {
        content: "";
        display: block;
        position: absolute;
        position: static;
        width: .27rem;
        height: .3rem;
        background: url("../image/img27.png") center no-repeat;
        background-size: 100%;
        margin-left: .15rem;
        opacity: 0; }
      .contact .list li .name img {
        height: .54rem;
        margin-right: .1rem; }
      .contact .list li .name h3 {
        font-size: .28rem;
        line-height: 1em;
        letter-spacing: .04rem; }
    .contact .list li .msg {
      font-size: .14rem;
      line-height: .22rem;
      color: #666;
      padding: .25rem 0; }
    .contact .list li:hover .name:after, .contact .list li.on .name:after {
      opacity: 1; }
  .contact .map {
    width: 7.42rem;
    height: 3.3rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.5rem;
    bottom: auto; }

.contact-form .title {
  padding: .55rem 0 .4rem 0; }
  .contact-form .title h2 {
    font-size: .28rem;
    padding-bottom: .08rem; }
  .contact-form .title span {
    font-size: .18rem;
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: .1rem; }
.contact-form .form li {
  width: 5.1rem;
  padding-bottom: .3rem;
  position: relative; }
  .contact-form .form li .ico img {
    height: .3rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.12rem;
    bottom: auto;
    opacity: .6; }
  .contact-form .form li .input {
    min-height: .54rem;
    border-bottom: #999 solid 1px; }
    .contact-form .form li .input input, .contact-form .form li .input textarea {
      width: 100%;
      height: .53rem;
      line-height: .53rem;
      padding-left: .42rem;
      font-size: .16rem;
      color: #999; }
    .contact-form .form li .input textarea {
      height: 1.7rem;
      line-height: .33rem;
      padding: .1rem 0 .1rem .42rem; }
  .contact-form .form li .tips {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0.4rem;
    font-size: .16rem;
    color: #999; }
.contact-form .form li.on .ico img {
  opacity: 1; }
.contact-form .form li.on .input {
  border-color: #333; }
  .contact-form .form li.on .input input, .contact-form .form li.on .input textarea {
    color: #333; }
.contact-form .form li.li_01 {
  width: 100%; }
.contact-form .submit {
  padding-bottom: .7rem; }
  .contact-form .submit div {
    width: 1.9rem;
    background: #333;
    margin: 0 auto; }
    .contact-form .submit div:hover {
      background: #e8380d; }
  .contact-form .submit input {
    width: 100%;
    height: .54rem;
    font-size: .18rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }

.down {
  padding: .2rem 0; }
  .down li {
    padding: .4rem 0;
    border-bottom: #ccc solid 1px; }
    .down li:last-child {
      border: 0; }
    .down li .img {
      width: 7.97rem; }
    .down li .col {
      width: 3.91rem;
      background: #f1f1f1; }
    .down li .name {
      font-size: .24rem;
      color: #666;
      letter-spacing: .1rem;
      padding: 0 0 1rem .1rem; }
    .down li .btn {
      width: .8rem; }
  .down li:nth-child(even) .col {
    order: -1; }

.originality-nav-2 {
  position: fixed;
  z-index: 50;
  left: 50%;
  top: 0;
  margin-left: -2.6rem; }
  .originality-nav-2 h2 {
    position: absolute;
    z-index: 10;
    left: -1.7rem;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: .16rem;
    font-weight: 400;
    line-height: 0.61rem; }
  .originality-nav-2 li {
    margin-right: .33rem; }
  .originality-nav-2 a {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 0.61rem;
    padding-bottom: .15rem;
    position: relative;
    font-size: .14rem;
    color: #999; }
    .originality-nav-2 a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 0;
      height: .04rem;
      background: #4d4d4d; }
    .originality-nav-2 a .ico {
      width: .3rem;
      margin-right: .06rem; }
      .originality-nav-2 a .ico img {
        opacity: .5; }
    .originality-nav-2 a:hover, .originality-nav-2 a.on, .originality-nav-2 a.onon {
      color: #333; }
      .originality-nav-2 a:hover:before, .originality-nav-2 a.on:before, .originality-nav-2 a.onon:before {
        width: 100%; }
      .originality-nav-2 a:hover .ico img, .originality-nav-2 a.on .ico img, .originality-nav-2 a.onon .ico img {
        opacity: 1; }

.originality-list {
  position: fixed;
  z-index: 60;
  left: 0;
  top: -10rem;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: .32rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease; }
  .originality-list.show {
    opacity: 1;
    visibility: visible;
    top: 0.61rem; }
  .originality-list .wal {
    overflow: hidden;
    position: relative; }
  .originality-list .list {
    margin-left: -.36rem; }
    .originality-list .list li {
      padding-left: .36rem;
      position: relative; }
      .originality-list .list li .name {
        position: absolute;
        z-index: 10;
        left: 0.36rem;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: .28rem;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        opacity: 0; }
        .originality-list .list li .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: 0;
          width: .02rem;
          background: #777;
          margin-left: -.01rem;
          height: 0; }
      .originality-list .list li .name:hover {
        opacity: 1; }
        .originality-list .list li .name:hover:before {
          height: .96rem; }
  .originality-list .arrow a {
    display: block;
    width: .7rem;
    height: .7rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) center no-repeat;
    background-size: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem; }
    .originality-list .arrow a:hover {
      background-color: #fff; }
    .originality-list .arrow a.prev {
      left: 50%;
      margin-left: -7.3rem;
      background-image: url("../image/prev30_1.png"); }
    .originality-list .arrow a.next {
      right: 50%;
      margin-right: -7.3rem;
      background-image: url("../image/next30_1.png"); }

#originality .svg-box {
  position: fixed;
  left: 0;
  top: 0.61rem;
  right: 0;
  overflow: hidden;
  background: #fff; }
  #originality .svg-box .svg-scroll {
    position: relative;
    width: 100%; }
    #originality .svg-box .svg-scroll svg {
      width: 100%; }
      #originality .svg-box .svg-scroll svg #path path {
        fill: #fff;
        opacity: 0; }
    #originality .svg-box .svg-scroll .tips {
      position: absolute;
      font-size: .16rem;
      color: #666;
      white-space: nowrap;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem;
      height: .34rem;
      line-height: .34rem;
      padding: 0 .12rem;
      background: #fff;
      margin-left: -.2rem;
      margin-top: -.5rem; }
      #originality .svg-box .svg-scroll .tips:before {
        content: "";
        display: block;
        position: absolute;
        left: .15rem;
        bottom: -.07rem;
        width: .14rem;
        height: .14rem;
        background: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg); }
  #originality .svg-box .tips-1, #originality .svg-box .tips-2 {
    position: fixed;
    width: .45rem;
    height: .48rem;
    background: center no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: .18rem; }
    #originality .svg-box .tips-1 p, #originality .svg-box .tips-2 p {
      position: absolute;
      white-space: nowrap; }
  #originality .svg-box .tips-1 {
    background-image: url("../image/img45_1.png");
    left: 50%;
    top: .87rem; }
    #originality .svg-box .tips-1 p {
      left: .58rem;
      top: .35rem; }
  #originality .svg-box .tips-2 {
    background-image: url("../image/img45_2.png");
    right: .55rem;
    bottom: 1.1rem; }
    #originality .svg-box .tips-2 p {
      right: .55rem;
      top: -.1rem; }
  #originality .svg-box dl.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.3rem; }
    #originality .svg-box dl.btn dd {
      width: .61rem;
      margin-left: .1rem;
      position: relative; }
      #originality .svg-box dl.btn dd em {
        display: block;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: 0.44rem;
        bottom: auto;
        width: .72rem;
        height: .24rem;
        line-height: .24rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        -moz-border-radius: 0.04rem;
        -webkit-border-radius: 0.04rem;
        border-radius: 0.04rem;
        margin-left: -.36rem;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        font-size: .12rem; }
    #originality .svg-box dl.btn dd:hover em {
      opacity: 1;
      visibility: visible;
      top: .54rem; }
#originality .disabled-layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed; }
#originality .loading {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 2.1rem;
  height: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
  margin-left: -1.05rem;
  margin-top: -1.05rem; }
  #originality .loading .ico {
    width: 1.14rem;
    animation: rotateAnimation 2s infinite linear;
    -webkit-animation: rotateAnimation 2s infinite linear; }
  #originality .loading p {
    text-align: center;
    color: #fff;
    padding-top: .2rem;
    font-size: .14rem; }
#originality .side {
  position: absolute;
  z-index: 10;
  left: -5.1rem;
  right: auto;
  top: 0.61rem;
  bottom: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 5.06rem; }
  #originality .side.show {
    left: 0; }
  #originality .side .title {
    line-height: .32rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    background: #666; }
  #originality .side .scroll {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: 0.12rem;
    top: 0.55rem;
    bottom: 0.2rem;
    overflow: hidden; }
  #originality .side .list {
    width: 4.3rem; }
    #originality .side .list ul {
      margin-left: -.2rem; }
    #originality .side .list li {
      width: 33.333%;
      padding: 0 0 .2rem .2rem; }
    #originality .side .list a {
      display: block;
      background: #fff;
      border: #ccc solid 1px; }
      #originality .side .list a .img {
        padding: .08rem;
        border-bottom: #ccc solid 1px;
        position: relative; }
        #originality .side .list a .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.7) url("../image/img30.png") center no-repeat;
          background-size: .3rem;
          opacity: 0; }
      #originality .side .list a .name {
        padding: 0 .08rem;
        height: .3rem;
        line-height: .3rem;
        font-size: .12rem;
        color: #666; }
    #originality .side .list a:hover .img:before {
      opacity: 1; }

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }

/*# sourceMappingURL=index.css.map */
